C#
VB
C++
Sends the N action request to the specified scp.
public DicomCommandStatusType SendNActionRequest<TQuery>(
DicomScp Scp,
TQuery Query,
int action,
string instance
)
Public Overloads Function SendNActionRequest(Of TQuery)( _
ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal Query As TQuery, _
ByVal action As Integer, _
ByVal instance As String _
) As Leadtools.Dicom.DicomCommandStatusType
public:
Leadtools.Dicom.DicomCommandStatusType SendNActionRequestgeneric<typename TQuery>
(
Leadtools.Dicom.Scu.DicomScp^ Scp,
_TQuery^_ Query,
int action,
String^ instance
)
Scp
The peer connection to send the N-ACTION request to.
Query
Holds information specific to the N-ACTION request.
action
The action to be performed.
instance
The instance to be affected by this request.
TQuery
The type of the query.
The status of the operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET